Patch for compiling gsl with Visual Studio. This patch
modifies a few files that in the original build have 
troubles with Microsoft compilers (base on 
a port for .NET by D. Geldreich (david.geldreich.free.fr/dev.html). 
It also adds CMake files so that different versions of the compiler
can be used. Tested with Visual Studio 6 and Visual Studio
2005 Express Edition (with SDK).

by Lorenzo Natale (March 2007).

Important: this work is still experimental. Contact the author
if you experience any problems (e.g. unresolved external errors).

Instructions:

GSL:
- edit install.sh and set "target" to the directory where 
you installed the gsl source files
- run bash install.sh
- run CMake on $target
- open Visual Studio and build "INSTALL"
- merge the libraries by running $target/lib/mergelibs.bat

Examples:
- After you have installed and built GSL run CMake in
 $target/doc/examples
- open Visual Studio and build all the example projects




 




